home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 April / CHIP 1996 aprilis (CD06).zip / CHIP_CD06.ISO / sac / pack / rarbatch.exe / rar / ALL2RAR.BAT next >
DOS Batch File  |  1994-07-28  |  350b  |  13 lines

  1. REM ■■■ To convert any (most) to RAR ■■■
  2.  
  3. @Echo off
  4. echo *** Total repack started. ***
  5. if exist *.arj call arj2rar *.arj
  6. if exist *.zip call zip2rar *.zip
  7. if exist *.lzh call lzh2rar *.lzh
  8. if exist *.ice call ice2rar *.ice
  9. :Exit
  10. echo ________________________________________________
  11. echo ANY archive *.* -} *.rar (total) repack finished
  12.  
  13.